home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / misc-part1 / 5058 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.0 KB

  1. Path: manawatu.planet.co.nz!news
  2. From: kurg@manawatu.gen.nz (Damon Davies)
  3. Newsgroups: comp.sys.amiga.misc
  4. Subject: Re: Chip and Fast Memory Problem
  5. Date: 10 Feb 1996 08:55:24 GMT
  6. Organization: PlaNet (NZ) Manawatu, Palmerston Nth, New Zealand +64 6 357-9245
  7. Message-ID: <520.6614T1051T997@manawatu.gen.nz>
  8. References: <96038.151940EBARTI51@MAINE.MAINE.EDU>
  9. NNTP-Posting-Host: kurg.manawatu.gen.nz
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=iso-8859-1
  12. Content-Transfer-Encoding: 8bit
  13. X-Newsreader: THOR 2.21 (Amiga;TCP/IP)
  14.  
  15. >How can I force my startup programs to use chip memory rather than my fast
  16. >memory. My plan is to have the fast memory for SS in a largest continuous
  17. >block and I would like to have all 4 precious Megs.
  18.  
  19. >Thank you!
  20.  
  21. >Ernie
  22. >ebarti51@maine.maine.edu
  23.  
  24. Well in Asm you should put the line "Section TheCode,code_c", you may also
  25. use the words data and bss. A bss hunk must be empty of data and does
  26. not take space in the file. _f is another valid extension. If you do not
  27. put on an extension public memory is used.
  28.  
  29. Damon.
  30.